From 63e1b42f5b69d9a7346921b4c1998d7a3a8ae223 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Thu, 14 Jul 2022 09:33:26 +0300 Subject: [PATCH] ; * lisp/leim/quail/indian.el (tamil-translation-rules): Doc fix. --- lisp/leim/quail/indian.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lisp/leim/quail/indian.el b/lisp/leim/quail/indian.el index 62836f31319..e652f108dde 100644 --- a/lisp/leim/quail/indian.el +++ b/lisp/leim/quail/indian.el @@ -496,13 +496,13 @@ Full key sequences are listed below:" ("ௐ" "OM")) "List of input sequences to translate to Tamil characters. Each element should be (CHARACTER INPUT-SEQUENCES...) where -CHARACTER is the Tamil character, and INPUT-SEQUENCES is a list -of input sequences which produce that character. +CHARACTER is the Tamil character, and INPUT-SEQUENCES are one +or more input sequences which produce that character. CHARACTER is considered as a consonant (மெய் எழுத்து) if it ends with a pulli (virama). -CHARACTER that is neither a vowel nor a consonant are inserted as +CHARACTER that is neither a vowel nor a consonant is inserted as is." :group 'tamil-input :type '(alist :key-type string :value-type (repeat string)) -- 2.30.2